remove every whitespace php

33

$string = preg_replace('/\s+/', '', $string);

Comments

Submit
0 Comments